Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1033741 // randomPoints - may contain duplicates

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4712L/26K).

static L<Pt> randomPoints(int n, int w, int h) {
  ret repF(n, -> randomPoint(w, h));
}

Author comment

Began life as a copy of #1006943

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033741
Snippet name: randomPoints - may contain duplicates
Eternal ID of this version: #1033741/1
Text MD5: e38cd0429cdd9b6b7b0bd15f7e5daf00
Transpilation MD5: ca02702f7d8556889696839eb8e06744
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-01 20:48:17
Source code size: 89 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 83 / 117
Referenced in: [show references]