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

3
LINES

< > BotCompany Repo | #1034910 // tempSetRandomSeedUnlessNull

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

Libraryless. Click here for Pure Java version (112L/1K).

static AutoCloseable tempSetRandomSeedUnlessNull(Int seed) {
  ret seed == null ?: tempSetRandomSeed(seed);
}

Author comment

Began life as a copy of #1034220

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1034910
Snippet name: tempSetRandomSeedUnlessNull
Eternal ID of this version: #1034910/1
Text MD5: 485431e9d55118afee478c9e909c4d3a
Transpilation MD5: 3dab86c8f24d096003fcee48aff3ffa7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-14 19:46:54
Source code size: 111 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 70 / 98
Referenced in: [show references]