NFastText


Mcg31m1

Namespace: NFastText

Constructors

ConstructorDescription
new()
Signature: unit -> Mcg31m1

CompiledName: .ctor

new(seedInit)
Signature: seedInit:int -> Mcg31m1

CompiledName: .ctor

Instance members

Instance memberDescription
ConUniformSample(lower, upper)
Signature: (lower:float32 * upper:float32) -> float32
DiscrUniformSample(lower, upper)
Signature: (lower:int * upper:int) -> int
Next()
Signature: unit -> int
Sample()
Signature: unit -> float32
Fork me on GitHub