I need series of random numbers, unique for each seed and reproducible by this seed. I will probably cheat a bit and use some hash function it should work fine with a small hack. Thanks Martin!
guest8015638139 activity
guest8015638139 commented on Why not doing a while loop inside that depends on something?
Not really, it just simplifies the code a lot. Its just an old habit from working with indexes instead of iterators?
guest8015638139 commented on Did you check the source code for the implementation you use?
Yes but I'm not really sure about the distribution based on the implementation that I read ?
guest8015638139 commented on Part of Elrond?
https://docs.rs/elrond-wasm/latest/elrond_wasm/types/struct.RandomnessSource.html
guest8015638139 commented on Do you also need rewards to be generated for these farms?
Yes i need lkmex?
guest8015638139 commented on In this crowdfunt clinet template we have the context state importing WALLET_PROVIDER_TESTNET https://github.com/ElrondNetwork/starter-dapp/blob/79263f2d89598f8e57836cd8db4e60a3ea3a2d45/react-crowdfunding/src/context/state.tsx#L1 WALLET_PROVIDER_DEVNET does not exist. What is the wallet provider f... Read more
Here is the devnet config. Check out the dapp-template repository for a more up-to-date dapp example