processing/p5.js

Add p5.strands support for randomGaussian()

Fermée

#8 775 ouverte le 10 mai 2026

 (11 commentaires) (1 réaction) (1 personne assignée)JavaScript (3 178 forks)batch import
Area:WebGLEnhancementHelp Wantedp5.js 2.0+p5.strands

Métriques du dépôt

Stars
 (20 784 étoiles)
Métriques de merge PR
 (Merge moyen 8j 13h) (45 PRs mergées en 30 j)

Description

Increasing access

We recently implemented random() in p5.strands. The more similar functions we implement in both places, the less users will need to worry about what can or can't be used in different places.

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

Feature enhancement details

Ideally we can use the existing random() backend, and build a wrapper over it that redistributes the uniform random numbers rather than building a separate random implementation.

Guide contributeur