Rand
class Rand(val glibRandPointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance(source)
The GRand struct is an opaque data structure. It should only be accessed through the g_rand_* functions.
Skipped during bindings generation
parameter
seed
: Unsupported pointer to primitive typeparameter
seed
: Unsupported pointer to primitive type
Constructors
Link copied to clipboard
constructor()
Creates a new random number generator initialized with a seed taken either from /dev/urandom
(if existing) or from the current time (as a fallback).
constructor(seed: <Error class: unknown class>)
Creates a new random number generator initialized with @seed.
constructor(glibRandPointer: <Error class: unknown class><<Error class: unknown class>>)
Functions
Link copied to clipboard
Registers a cleaner to be executed when this proxy object is garbage collected.
Link copied to clipboard
fun doubleRange(begin: <Error class: unknown class>, end: <Error class: unknown class>): <Error class: unknown class>
Returns the next random #gdouble from @rand_ equally distributed over the range [@begin..@end).
Link copied to clipboard
Link copied to clipboard
Removes a previously registered cleaner from this proxy object.