question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Tracker] Add random distributions to new Generator

See original GitHub issue

The current generator lacks several methods.

Simple random data

  • integers
  • random #4906
  • choice
  • bytes (not implemented - not applicable in CuPy as this returns CPU bytes)

Permutations

  • shuffle
  • permutation
  • permuted

Distributions

  • beta
  • binomial #5429
  • chisquare #5645
  • dirichlet #5648
  • exponential
  • f #5655
  • gamma #4905
  • geometric #5443
  • gumbel
  • hypergeometric #5560
  • laplace
  • logisitic
  • lognormal
  • logseries #5618
  • multinomial
  • multivariate_hypergeometric
  • multivariate_normal
  • negative_binomial
  • noncentral_chisquare
  • noncentral_f
  • normal
  • paretto
  • poisson
  • power #5624
  • rayleigh
  • standard_cauchy
  • standard_exponential
  • standard_gamma #4905
  • standard_normal #4885
  • standard_t
  • triangular
  • uniform #7205
  • vonmises
  • wald
  • weibull
  • zipf

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
povinsahu1909commented, Mar 18, 2021

Currently, I am trying to add poisson and binomial distribution. Should I wait until #4904 is merged?

2reactions
povinsahu1909commented, Mar 19, 2021

I have made PR #4915 for an exponential distribution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Random Number Generator - Stat Trek
Random Number Generator creates random number tables. Up to 10000 numbers per table. With or without duplicates. Each number within a range ...
Read more >
Random number generation | TensorFlow Core
TensorFlow provides a set of pseudo-random number generators (RNG), in the tf.random module. This document describes how you can control the random number ......
Read more >
Arbitrary Random Distribution Mini-App - Daqarta
Arb_Rand_Distr uses the inverse cumulative distribution function (iCDF) to provide a simple way to generate arbitrary non-uniform random distributions.
Read more >
The Worldwide Consciousness Data Trackers - YouTube
Random Event Generators : The Worldwide Consciousness Data Trackers. 232 views 3 months ago. wiley schmitt. wiley schmitt. 11.1K subscribers.
Read more >
Random number generators and streams—Help
Tools such as Create Random Raster, Calculate Value, and Calculate Field pull numbers from the random stream and transform them based on the...
Read more >

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found