# Avoid these methods and situations in PSce

### PCse runs each node. And each node has different time period (in terms of miliseconds) if we consider milisecond time tick.

<mark style="color:blue;">So ,</mark> <mark style="color:red;">**We dont recommended**</mark> <mark style="color:blue;">that use below methods which depend on your condition</mark>

<mark style="color:blue;">**Please do not leave unused variables in PSce.**</mark>&#x20;

```
// defining V (variable)
let V={};
.
.
.
(V has not been used anywhere, it has been only defined)
```

<mark style="color:red;">**if you wont use the V variable next codes, system might be occurred an error.**</mark>

**1- Math.random()** **or depends on this** **method**&#x20;

<mark style="color:blue;">**You can use Tools.getRandom() which can generate 6 digits random number each 30 seconds.**</mark>

**2- new Date().getTime()** &#x20;

in PSce's. Because each node generates different random number and different time Ticks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smartscenarios.pirichain.com/avoid-these-methods-and-situations-in-psce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
