[][src]Trait eng_wasm::RandTypes

pub trait RandTypes<T> {
    fn gen() -> T;
}

Required methods

fn gen() -> T

generate a random number on the trusted side.

Loading content...

Implementors

impl RandTypes<u16> for Rand[src]

impl RandTypes<u32> for Rand[src]

impl RandTypes<u64> for Rand[src]

impl RandTypes<u8> for Rand[src]

impl RandTypes<U256> for Rand[src]

Loading content...